home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / UTIL_BAT.ZIP / ENVUSED.BAT < prev    next >
DOS Batch File  |  1994-10-23  |  206b  |  8 lines

  1. @echo off
  2. ::
  3. :: FFG-based utility to report number of bytes used by DOS environment.
  4. ::
  5. set > %temp%\}{.tmp
  6. ffg /1 /r /q %temp%\}{.tmp /e!"echo DOS Environment is using %%s bytes."
  7. del %temp%\}{.tmp
  8.